T^iNote that the resulting list may contain null entries in places where a box is not present. This means that the notations (T^i)#j, (T_j)#i, and T_(i,j) are all equivalent for valid positions (i,j). However, the notation T_(i,j) will raise an error for nonvalid positions, whereas the other two will return null.
|
|
|
|
|
If T has negative rows, then the entries at negative column coordinates are to the right in the output.
|
|
|
|
To get the row entries exactly as they appear in the tableau and without extra null's, use rowEntries.
|
|
|
The source of this document is in Tableaux/documentation.m2:481:0.